projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db28b8c
)
Fix the build
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 22 Mar 2015 15:55:33 +0000
(11:55 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 22 Mar 2015 15:55:33 +0000
(11:55 -0400)
gtk/gtksearchbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtksearchbar.c
b/gtk/gtksearchbar.c
index d098a486d7cbd3fb31310a59073dc3460f9208fc..97d48d153a695a6ae8b5be92638541e9758fb706 100644
(file)
--- a/
gtk/gtksearchbar.c
+++ b/
gtk/gtksearchbar.c
@@
-344,11
+344,13
@@
gtk_search_bar_get_property (GObject *object,
}
}
+static void gtk_search_bar_set_entry (GtkSearchBar *bar,
+ GtkEntry *entry);
+
static void
gtk_search_bar_dispose (GObject *object)
{
GtkSearchBar *bar = GTK_SEARCH_BAR (object);
- GtkSearchBarPrivate *priv = gtk_search_bar_get_instance_private (bar);
gtk_search_bar_set_entry (bar, NULL);